[GET] ~/criteria/qualityseals?manufacturers[0]={manufacturers[0]}&manufacturers[1]={manufacturers[1]}
Returns a list of options quality seals for the specified
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
The manufacturers. Provide an empty array to retrieve all quality seals. |
Collection of string |
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
An enumerator that allows foreach to be used to process the quality seals in this collection.
An instance of: Collection of NameValueLabelPair| Name | Description | Type | |
|---|---|---|---|
|
An internal, unique name. May be used to derive a front-end image file name from. Not provided for all options. |
string | ||
|
Identifying value of this element, to be used in searches. |
string | ||
|
A human readable label of this element. |
string | ||
|
Indicates, whether this element should be considered as retired, i.e. it is no longer sold new by the the manufacturer. |
boolean |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"value": "sample string 2",
"label": "sample string 3",
"isRetired": true
},
{
"name": "sample string 1",
"value": "sample string 2",
"label": "sample string 3",
"isRetired": true
}
]